home *** CD-ROM | disk | FTP | other *** search
-
- ;*****************************************************************************
- ; Name: lgusbbus.inf (_MOON_)
- ;*****************************************************************************
-
- [version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-C465-11CF-8056-444553540000}
- Provider=%Provider%
- CatalogFile = lgdriver.cat
- DriverVer=05/26/2005,4.6.0.0
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- LGSIWdm.W95.CopyFiles = 11 ; LDID_SYS
- LGSIWdm.NT.CopyFiles = 12 ; system32\drivers
- PropPages.CopyFiles = 11 ; system
-
- ;-----------------------------------------------------------------------------
- ; Specify the install disks. A bit unwieldy during development.
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- 1=%DiskString%,"lgusbbus.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[, [subdir] [, size]]
- lgusbbus.sys = 1
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents: manufacturer, then devices.
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %LGSI%=LGSI
-
- ;-----------------------------------------------------------------------------
- ; The devices
- ;-----------------------------------------------------------------------------
- [LGSI]
- %LGSI.CdcBus.Desc% = LGSIWdm.Install, USB\VID_1004&PID_6000
-
- ;-----------------------------------------------------------------------------
- ; How to install them: On W9x, the [section] name is used directly.
- ; On NT, the system first tries [section.NT], then [section].
- ;-----------------------------------------------------------------------------
-
- ;-----------------------------------------------------------------------------
- ; Diagnostics Files CopyFiles List Section
- ;-----------------------------------------------------------------------------
- [LGSI.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; XXX when we have a property page DLL, add it to the following section.
- ;-----------------------------------------------------------------------------
- [PropPages.CopyFiles]
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on W95/W98
- ;-----------------------------------------------------------------------------
- [LGSIWdm.Install]
- DriverVer=05/26/2005,4.6.0.0
- CopyFiles=LGSIWdm.W95.CopyFiles, LGSI.CopyFiles, PropPages.CopyFiles
- AddReg=LGSIWdm.AddReg, LGSIWdm.W95.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to install the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [LGSIWdm.Install.NT]
- DriverVer = 05/26/2005,4.6.0.0
- CopyFiles = LGSIWdm.NT.CopyFiles
- AddReg = LGSIWdm.AddReg, LGSIWdm.NT.AddReg
-
- ;-----------------------------------------------------------------------------
- ; How to start the WDM driver on NT
- ;-----------------------------------------------------------------------------
- [LGSIWdm.Install.NT.Services]
- AddService = usbbus, 2, LGSIWdm.AddService
-
- [LGSIWdm.AddService]
- DisplayName = %LGSI.Service.Desc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\lgusbbus.sys
- LoadOrderGroup = Base
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (all platforms)
- ;-----------------------------------------------------------------------------
- [LGSIWdm.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (W95/98) (including how to start the driver)
- ;-----------------------------------------------------------------------------
- [LGSIWdm.W95.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,lgbus9x.sys
-
- ;-----------------------------------------------------------------------------
- ; WDM registry entries (NT only)
- ;-----------------------------------------------------------------------------
- [LGSIWdm.NT.AddReg]
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for Win95 -- different because things go in
- ; different places. Also, we probably need to rename drivers
- ; during the install.
- ;-----------------------------------------------------------------------------
- [LGSIWdm.W95.CopyFiles]
- lgbus9x.sys
-
- ;-----------------------------------------------------------------------------
- ; The WDM copy list for NT -- different because things go in
- ; different places.
- ;-----------------------------------------------------------------------------
- [LGSIWdm.NT.CopyFiles]
- lgusbbus.sys
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- Provider="LG Electronics Inc."
- LGSI="LG Electronics Inc."
-
- DiskString="LGE CDMA USB Composite Device Installation disk"
- LGSI.CdcBus.Desc="LGE CDMA Composite USB Device"
- LGSI.Service.Desc="LGE CDMA Composite USB Device"
- CustomerDataPath="LGE USB CDMA Modem"
- DriverSet="LGE USB CDMA Modem Software"
-
-